home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / Cnet 2.60 d2.adf / programming / cnet.h next >
C/C++ Source or Header  |  1993-02-10  |  42KB  |  1,806 lines

  1. #define CNET_VERSION "$VER: CNet 2.60/R2"
  2.  
  3. #define TOP_STAT 51
  4. #define TOP_NOSTAT 11
  5.  
  6. #define C_BLACK  0
  7. #define C_RED    4
  8. #define C_GREEN  2
  9. #define C_YELLOW 6
  10. #define C_BLUE   1
  11. #define C_PURPLE 5
  12. #define C_CYAN   3
  13. #define C_WHITE  7
  14.  
  15. #define GRN_BLK 0x20
  16. #define YEL_BLK 0x60
  17. #define BLU_BLU 0x11
  18. #define CYN_BLK 0x30
  19. #define CYN_BLU 0x31
  20. #define WHT_BLK 0x70
  21. #define WHT_RED 0x74
  22. #define WHT_BLU 0x71
  23. #define WHT_PUR 0x75
  24.  
  25. #define EVER ;;
  26.  
  27. #define EDHANDLE_FLAG        0x01
  28. #define EDREALNAME_FLAG        0x02
  29. #define EDADDRESS_FLAG        0x04
  30. #define EDVOICE_FLAG        0x08
  31. #define EDDATA_FLAG        0x10
  32. #define BANNER_FLAG        0x20
  33. #define TERMLINK_FLAG        0x40
  34. #define PORTMONITOR_FLAG    0x80
  35. #define VOTEMAINT_FLAG        0x0100
  36. #define ALARMSYSOP_FLAG        0x0200
  37. #define OPENSCREEN_FLAG        0x0400
  38. #define OPENCAPTURE_FLAG    0x0800
  39. #define NETMAIL_FLAG        0x1000
  40. #define FREQSEND_FLAG        0x2000
  41. #define NETMAILANY_FLAG        0x4000
  42.  
  43. #define EMAIL_FLAG        0x01    /* bit defs for ABits of struct Privs */
  44. #define    PFILE_FLAG        0x02
  45. #define GFILE_FLAG        0x04
  46. #define    ULIST_FLAG        0x08
  47. #define    SYSOP_FLAG        0x10
  48. #define    REWARDS_FLAG        0x20    /* may receive download rewards? */
  49. #define    FCREDEX_FLAG        0x40
  50. #define BCREDEX_FLAG        0x80
  51. #define    EXPIREMAIL_FLAG        0x0100
  52. #define    BULK_FLAG        0x0200
  53. #define PARTY_FLAG        0x0400
  54. #define    URGENT_FLAG        0x0800
  55. #define    TIMESBP_FLAG        0x1000
  56. #define    FILEADD_FLAG        0x2000
  57. #define    READANY_FLAG        0x4000
  58. #define    DELETEANY_FLAG        0x8000
  59. #define XXXXXXXXX_FLAG        0x010000    /* not used */
  60. #define    XXXXXXXXX4_FLAG        0x020000
  61. #define AUTOVALID_FLAG        0x040000
  62. #define    XXXXXXXXX2_FLAG        0x080000    /* not used */
  63. #define    SEEANON_FLAG        0x100000
  64. #define    XXXXXXXXX3_FLAG        0x200000    /* not used */
  65. #define    CONF_FLAG        0x400000
  66. #define CONFCON_FLAG        0x800000
  67. #define MCI1_FLAG        0x01000000
  68. #define MCI2_FLAG        0x02000000
  69. #define    RELOGON_FLAG        0x04000000
  70. #define RECEIVEMAIL_FLAG     0x08000000
  71. #define FORWARD_FLAG           0x10000000
  72. #define VOTETOPIC_FLAG      0x20000000
  73. #define VOTECHOICE_FLAG     0x40000000
  74. #define NOLOCKS_FLAG        0x80000000
  75.  
  76. struct LogType {
  77.     char    name  [10];
  78.     short    id;
  79.  
  80.     char    custom[10];
  81.  
  82.     UBYTE    flag;
  83.     UBYTE    other;
  84. };
  85.  
  86. struct    FidoType {
  87.     char    Name[25];
  88.  
  89.     long    Zone,
  90.         Net,
  91.         Node,
  92.         Point,
  93.  
  94.         Highwater,
  95.         Seenby;
  96.  
  97.     char    EchoOrigin[80],
  98.         NetOrigin [80];
  99. };
  100.  
  101. struct    ProtoType {
  102.     char    Name[16];
  103.     char    Env[36];
  104.     short    Flags;
  105.     char    One[2];
  106.     char    Path[22];
  107. };
  108.  
  109. struct    ArcType {
  110.     char    Suffix[8];
  111.     char    Keyword[16];
  112.     char    View[64];
  113.     char    Test[64];
  114.     char    Pack[64];
  115.     char    Extract[64];
  116.  
  117.     long    Row;
  118.     long    Column;
  119. };
  120.  
  121. struct    EditorType {
  122.     char    name[20];
  123.     char    path[32];
  124.     long    flags;
  125. };
  126.  
  127. struct    EventType {
  128.     long    command;
  129.     char    startday[16];
  130.     long    starttime;
  131.     char    endday[16];
  132.     long    endtime;
  133.     char    args[80];
  134.  
  135.     UBYTE    offline;
  136.     UBYTE    answer;
  137.     UBYTE    other[2];
  138. };
  139.  
  140. struct    Config1 {
  141.     char    MySystemName[26];
  142.     char    MySysopName[26];
  143.     char    MyLocation[26];
  144.     char    MyPhoneNumber[20];
  145.     char    MyBBSID[10];
  146.  
  147.     char    FontName[40];
  148.     long    DefBalance;
  149.     long    DefaultColor;
  150.     long    BlankTicks;
  151.     long    BlankBright;
  152.  
  153.     long    nUDBASEx;        /* highest UDBASE partition */
  154.     long    MaxShortLines;        /* Short description lines */
  155.     long    MaxOpenPfiles;        /* stuff from BBSCONFIG */
  156.     long    maxUserAccounts;
  157.     long    NumRooms;
  158.     long    nLinkPorts;        /* max link ID            */
  159.     long    nsub;            /* */
  160.     long    nitem;            /* size of item q */
  161.     long    nselect;        /* */
  162.     long    nupload;
  163.     long    nlist;
  164.     long    maxYanks;
  165.     long    maxYankSize;
  166.     long    maxYankDays;
  167.     long    maxLogonAttempts;
  168.     long    maxLogonTime;
  169.  
  170.     long    not_used07;
  171.  
  172.     long    DefNetCredits;
  173.     long    DefByteCredits;
  174.     long    DefFileCredits;
  175.     char    MyCountry[4];
  176.     char    MyAreaCode[12];
  177.     char    DefDefProtocol[4];
  178.     char    Yprefix[4];        /* Yank identifier */
  179.     long    DefDoorPoints;
  180.     long    DefTimeForm;
  181.  
  182.     UBYTE    not_used;
  183.     UBYTE    LogonFeedback;
  184.     UBYTE    LogonSearch;
  185.     UBYTE    GuestUsers;
  186.     UBYTE    HideStatus;
  187.     UBYTE    ConfProfile;
  188.     UBYTE    MailFeedback;
  189.     UBYTE    SeparateTexts;
  190.     UBYTE    IndentSpaces;
  191.     UBYTE    other_options[11];
  192.  
  193.     char    OLMpath[40],
  194.         ZIPpath[40],
  195.         EXTRACTpath[40],
  196.         YANKwork[40],
  197.         RAMpath[40],
  198.         TERMpath[40],
  199.         LocalEditor[40],
  200.         other_Path[ 2][40];
  201.  
  202.     char    FKey [10][80];
  203.     char    TFKey[10][80];
  204.  
  205.     USHORT    DColors2[2];
  206.     USHORT    DColors4[4];
  207.     USHORT    DColors8[8];
  208.     USHORT    DColors16[16];
  209.  
  210.     long    narc;
  211.     long    ned;
  212.     long    nproto;
  213.     long    nfido;
  214.     long    nlog;
  215.  
  216.     struct    ArcType       arc   [20];
  217.     struct    EditorType ed     [8];
  218.     struct    ProtoType  proto [16];
  219.     struct    FidoType   fido  [12];
  220.     struct    LogType       log   [88];
  221. };
  222.  
  223. struct LinkPortData {
  224.     UBYTE    channel;        /* which room channel */
  225.     char    name[23];        /* user's name-in-use */
  226. };
  227.  
  228. struct IsDate {        /* must LEAVE as BYTE */
  229.     BYTE Year;
  230.     BYTE Month;
  231.     BYTE Date;
  232.     BYTE Hour;
  233.     BYTE Minute;
  234.     BYTE Second;
  235. };
  236.  
  237. /* LONG aligned */
  238.  
  239. struct RoomConfig {
  240.     long    Access;        /* which groups may enter */
  241.  
  242.     short    Creator;    /* who created this room (id#) */
  243.     short    Youngest;
  244.     short    Oldest;
  245.  
  246.     UBYTE    Doors;
  247.     UBYTE    NameType;
  248.     UBYTE    Gender;
  249.     UBYTE    Quiet;
  250.     UBYTE    Public;
  251.     UBYTE    PermaRoom;
  252.  
  253.     char    Name[31];
  254.     char    Topic[31];
  255.     char    Entry[81];    /* Messages for entry, exit */
  256.     char    Exit[81];
  257.  
  258.     UBYTE    Scribe;            /* are we writing a scribe? */
  259.     UBYTE    MCIScribe;        /* remove MCI's ?? */
  260.     char    SName[78];        /* name of current scribe file */
  261.  
  262.     UBYTE    Channel;
  263.     UBYTE    LinkID;
  264.  
  265.     UBYTE    Invited[300];        /* 1 bit each for 2400 users */
  266. };
  267.  
  268. struct Room {
  269.     struct    RoomConfig rc;
  270.  
  271.     long    Pointer;
  272.     long    Ports;        /* which ports are in this room */
  273.  
  274.     short    pSBuff;        /* pointer into Scribe Buffer */
  275.  
  276.     UBYTE    Buffer[6000];        /* Actual I/O buffer (Q) */
  277.  
  278.     UBYTE    SBuff[1024];        /* buffer for Scribe */
  279. };
  280.  
  281. /* LONG aligned.  Total length == 304 */
  282.  
  283. struct RoomUser {
  284.     long    MyPointer;        /* 0 */
  285.     long    UID;            /* 4 */
  286.     short    Room;            /* 8 */
  287.  
  288.     char    Entry[71];        /* 10 */
  289.     char    Exit[71];
  290.     char    Topic[31];
  291.     char    Alias[21];
  292.     char    Noise[71];
  293.     UBYTE    Action;
  294.     UBYTE    DefRoom;
  295.     UBYTE    Quit;
  296.     UBYTE    AllowReal;
  297.  
  298.     UBYTE    expansion[25];        /* 278 */
  299. };
  300.  
  301. /*
  302.     Struct for AllFiles ... the CNet 3.0 files index!
  303.  
  304.     Date, and description will be obtained from the file itself.
  305. */
  306.  
  307. struct FileType {
  308.     char    Title[32];
  309.  
  310.     long    Size;
  311.     long    Flags;
  312.     long    Number;
  313.     short    Base;
  314.     short    Part;
  315. };
  316.  
  317. struct SelectType {            /* Select list */
  318.     long    Size;
  319.  
  320.     char    Title   [32];
  321.     char    Location[96];        /* physical path to file */
  322.     short    Base;            /* physical subboard # */
  323.     short    Order;            /* physical item number */
  324.  
  325.     UBYTE    temp_rem;        /* DS from DS list!! */
  326.     UBYTE    morestuff;
  327.     BYTE    FreeStuff;
  328.     UBYTE    AutoKill;
  329.  
  330.     long    ByteDownload;        /* credits to subtract when this */
  331.     short    FileDownload;        /* item is downloaded ... */
  332.                     /* makes * faster by being here */
  333.     UBYTE    SDownFiles;        /* Which accounting schedule ? */
  334.     UBYTE    SDownBytes;
  335.  
  336.     UBYTE    expansion[2];
  337.  
  338.     struct    IsDate ADate;        /* utility ... AO adopt dates? */
  339. };
  340.  
  341. struct BaseUser {
  342.     long    UID;            /* ==IDNumber if user's been here */
  343.  
  344.     BYTE    Joined;            /* -1 dropped, 0 sub.def., 1 joined  */
  345.     BYTE    Invited;        /* -1 denied,  0 sub.def., 1 invited */
  346.     BYTE    Sort;
  347.     UBYTE    scan_flags;        /* used to 'mark' subboards */
  348.  
  349.     struct    IsDate LastMNew;
  350.     struct    IsDate MNewDate;
  351.  
  352.     long    Created;        /* when sub was created */
  353.  
  354.     char    Alias[23];
  355.     UBYTE    MNewSave;
  356.  
  357.     short    tome0;
  358.     short    tome1;            /* while "online" */
  359.  
  360.     char    expansion[12];
  361. };
  362.  
  363. struct HeaderType {
  364.     struct    IsDate ShowDate;    /* for display */
  365.     struct    IsDate EditDate;    /* last edited */
  366.     struct    IsDate PostDate;
  367.  
  368.     short    ByAccount;
  369.  
  370.     char    Title[72];
  371.  
  372.     char    By[36];            /* Real name or alias */
  373.     char    ByUser[24];        /* Handle */
  374.     long    ByID;
  375.  
  376.     char    To[36];
  377.     char    ToUser[24];
  378.     long    ToID;
  379.  
  380.     UBYTE    ByNotParanoid;        /* allow showing real name? */
  381.     UBYTE    ByAnonymous;
  382.     UBYTE    ToAnonymous;
  383.     UBYTE    Private;
  384.  
  385.     UBYTE    Imported;
  386.     UBYTE    ByAlias;        /* is BY an alais for ByUser? */
  387.     UBYTE    ToNotParanoid;        /* allow showing real name? */
  388.     UBYTE    ToAlias;        /* is TO an alias for ToUser? */
  389.  
  390.     short    ToAccount;        /* for SendToMailBox() */
  391.  
  392.     ULONG    Magic;            /* to ensure alignment   */
  393.     long    Number;            /* unique message number */
  394.  
  395.     long    Text;
  396.     long    TextLen;
  397.  
  398.     char    Organ[31];
  399.  
  400.     UBYTE    Received;
  401.  
  402.     short    unknown;
  403.  
  404.     long    Next;
  405.     long    Previous;
  406. };
  407.  
  408. struct    OldMessageType {
  409.     long    ItemNumber;
  410.     long    ResponseNumber;
  411.     long    ByID;
  412.     long    ToID;
  413.  
  414.     struct    IsDate PostDate;
  415.  
  416.     UBYTE    Imported;
  417.     UBYTE    IsFile;
  418. };
  419.  
  420. struct    MessageType3 {
  421.     long    ItemNumber;        /* item serial ID# */
  422.     long    Seek;            /* position in text */
  423.     long    ByID;
  424.     long    ToID;
  425.     long    Number;            /* serial ID# */
  426.  
  427.     struct    IsDate PostDate;
  428.  
  429.     UBYTE    Imported;
  430.     UBYTE    IsFile;
  431. };
  432.  
  433. struct    OldItemType {
  434.     long    Number;
  435.     long    Response1;        /*  1st valid response # */
  436.     long    Responses;        /* last valid response # */
  437.  
  438.     char    Title[72];
  439.     struct    IsDate PostDate;    /* new item ?      */
  440.     struct    IsDate RespDate;    /* new responses ? */
  441.  
  442.     long    ByID;
  443.     long    ToID;
  444.  
  445.     long    Size;
  446.     long    Downloads;
  447.     char    Info[84];
  448.     struct    IsDate UsedDate;    /* new downloads ? */
  449.     short    Part;            /* which partition? */
  450.  
  451.     short    fcredit;    /* Remember the Accounting credits */
  452.     short    bcredit;    /* and File/Byte credits given for */
  453.     UBYTE    fratio;        /* for this item so they can accurately */
  454.     UBYTE    bratio;        /* be removed if un-validated or killed */
  455.  
  456.     UBYTE    Private;
  457.     UBYTE    Killed;
  458.  
  459.     UBYTE    PleaseKill;
  460.     UBYTE    Frozen;
  461.     UBYTE    Free;
  462.     UBYTE    Protected;
  463.  
  464.     UBYTE    Favorite;
  465.     UBYTE    Validated;
  466.     UBYTE    Finished;
  467.     UBYTE    Described;
  468.  
  469.     UBYTE    Transformed;        /* has the script been ran? */
  470.     UBYTE    MissingPost;
  471.     UBYTE    MissingFile;
  472.     BYTE    Integrity;        /* 0 == not tested
  473.                        1 == passed
  474.                       -1 == failed
  475.                        2 == not testable */
  476.  
  477.     short    ByAccount;        /* for AddCredits */
  478.  
  479.     short    order;            /* for New Files Scan */
  480.     short    base;
  481.     UBYTE    WasMoved;
  482.  
  483.     BYTE    expand[57];
  484. };
  485.  
  486. /* size = 34 */
  487.  
  488. struct    ItemHeader {
  489.     long    Number;
  490.     long    Size;            /* ==0-->POST, not file */
  491.     long    Responses;        /* How many responses */
  492.  
  493.     struct    IsDate PostDate;    /* new item ?      */
  494.     struct    IsDate RespDate;    /* new responses ? */
  495.  
  496.     UBYTE    TitleSort[9];
  497.     UBYTE    Killed;
  498. };
  499.  
  500. struct    WasItemType3 {
  501.     char    Title[42];
  502.     short    ByAccount;        /* for AddCredits */
  503.  
  504.     long    ByID;
  505.     long    ToID;
  506.  
  507.     struct    IsDate UsedDate;    /* new downloads ? */
  508.     short    Part;            /* which partition? */
  509.  
  510.     long    Downloads;
  511.  
  512.     short    fcredit;    /* Remember the Accounting credits */
  513.     short    bcredit;    /* and File/Byte credits given for */
  514.     UBYTE    fratio;        /* for this item so they can accurately */
  515.     UBYTE    bratio;        /* be removed if un-validated or killed */
  516.  
  517.     UBYTE    Private;
  518.     UBYTE    WasMoved;
  519.  
  520.     UBYTE    PleaseKill;
  521.     UBYTE    Frozen;
  522.     UBYTE    Free;
  523.     UBYTE    Protected;
  524.  
  525.     UBYTE    Favorite;
  526.     UBYTE    Validated;
  527.     UBYTE    Finished;
  528.     UBYTE    Described;
  529.  
  530.     UBYTE    Transformed;        /* has the script been ran? */
  531.     UBYTE    MissingPost;
  532.     UBYTE    MissingFile;
  533.     BYTE    Integrity;        /* 0 == not tested
  534.                        1 == passed
  535.                       -1 == failed
  536.                        2 == not testable */
  537.  
  538.     long    nothing_yet;
  539.  
  540.     UBYTE    loaded;            /* is in memory */
  541.     UBYTE    nada[15];        /* reserved */
  542.  
  543.     long    BestCPS;        /* best download rate this file */
  544.  
  545.     long    First;            /* pointer to post in _Text */
  546.     long    Last;            /* pointer to last response in _Text */
  547.  
  548.     long    InfoX;            /* pointer into _Short */
  549.     long    InfoLen;
  550. };
  551.  
  552. struct    ItemType3 {
  553.     char    Title[42];        /* 0 */
  554.     short    ByAccount;        /* 42 Uploader's account # */
  555.  
  556.     long    ByID;            /* 44 */
  557.     long    ToID;            /* 48 */
  558.  
  559.     struct    IsDate UsedDate;    /* 52 new downloads ? */
  560.     short    Part;            /* 58 which partition? */
  561.  
  562.     long    Downloads;        /* 60 */
  563.  
  564.     long    ByteCharges;        /* 64 Accounting system charges to the */
  565.     short    FileCharges;        /* 68 uploader ... */
  566.  
  567.     UBYTE    Private;        /* 70 */
  568.     UBYTE    DLnotifyULer;        /* 71 */
  569.  
  570.     UBYTE    PleaseKill;        /* 72 */
  571.     UBYTE    Frozen;            /* 73 */
  572.     UBYTE    Free;            /* 74 */
  573.     UBYTE    Protected;        /* 75 */
  574.  
  575.     UBYTE    Favorite;        /* 76 */
  576.     UBYTE    Validated;        /* 77 */
  577.     UBYTE    Finished;        /* 78 */
  578.     UBYTE    Described;        /* 79 */
  579.  
  580.     UBYTE    Transformed;        /* 80 has the script been ran? */
  581.     UBYTE    PurgeKill;        /* 81 delete file when purged? */
  582.     UBYTE    MissingFile;        /* 82 offline? */
  583.     BYTE    Integrity;        /* 83 0 == not tested
  584.                           1 == passed
  585.                          -1 == failed
  586.                           2 == not testable */
  587.  
  588.     UBYTE    AutoGrab;        /* 84 ASCII-Grab when read */
  589.     UBYTE    OnlyOnce;        /* 85 auto-delete after download.
  590.                        == 2 to query first. */
  591.  
  592.     UBYTE    nada[14];        /* 86 reserved */
  593.     UBYTE    override;        /* 100 */
  594.     UBYTE    loaded;            /* 101 is in memory? */
  595.  
  596.     short    FilePayBack;        /* 102 after each download */
  597.     long    BytePayBack;        /* 104 Credits to award the uploader */
  598.  
  599.     long    VoteLink;        /* 108 vote serial# */
  600.     long    SizeTemp;        /* 112 used privately by AT */
  601.  
  602.     long    ByteRewards;        /* 116 # of bytes awarded so far */
  603.     long    FileRewards;        /* 120 # of files awarded so far */
  604.  
  605.     long    ByteDownload;        /* 124 Number of byte cred to download */
  606.     short    FileDownload;        /* 128 Number of file cred to download */
  607.  
  608.     struct    IsDate DLableFrom;    /* 130 */
  609.     struct    IsDate DLableTo;    /* 136 */
  610.     struct    IsDate PurgeOn;        /* 142 */
  611.  
  612.     long    BestCPS;        /* 148 best download rate this file */
  613.  
  614.     long    First;            /* 152 pointer to post in _Text */
  615.     long    Last;            /* 156 pointer to last response in _Text */
  616.  
  617.     long    InfoX;            /* 160 pointer into _Short */
  618.     long    InfoLen;        /* 164 */
  619. };
  620.  
  621. struct FreeType
  622. {
  623.     long    start;
  624.     long    length;
  625. };
  626.  
  627. /* Total length == 332 */
  628.  
  629. struct NewSubboardType {
  630.     char    Title[31];        /* 0  */
  631.     char    SubDirName[21];        /* 31 */
  632.     char    Part0Path [40];        /* 52 */
  633.     long    Parts;            /* 92 partitions 0-31 now allowed */
  634.  
  635.     long    SubOpIDs [6];        /* 96 */
  636.  
  637.     short    MRewardBytes;        /* 120 % of byte  size to award */
  638.     short    NRewardFiles;        /* 122 # of file creds to award
  639.                            uploader each time his file is
  640.                            downloaded */
  641.  
  642.     struct    FreeType *free;        /* 124 */
  643.     long    nf;            /* 128 */
  644.     long    nfmax;            /* 132 */
  645.  
  646.     short    SubOpAccs[6];        /* 136 */
  647.  
  648.     long    unused_148;
  649.  
  650.     short    fdelta;            /* 152 */
  651.     short    fowner;            /* 154 current owner of "free" */
  652.  
  653.     UBYTE    Direct;            /* 156 Disk-exchange type */
  654.     UBYTE    Vote;            /* 157 May non-sysops add topics? */
  655.     UBYTE    UUCP;            /* 158 Is this a UUCP subboard? */
  656.     UBYTE    OtherType2;
  657.     UBYTE    Subdirectory;
  658.     UBYTE    Closed;
  659.  
  660.     long    UnionFlags;        /* 162 Must have all of these flags */
  661.     long    Access;            /* 166 Groups which may ENTER */
  662.     long    PostAccess;        /* 170 Groups which may Post  */
  663.     long    RespondAccess;        /* 174 ... Respond */
  664.     long    UploadAccess;        /* 178 ... Upload */
  665.     long    DownloadAccess;        /* 182 ... Download */
  666.     long    ComputerTypes;        /* 186 */
  667.     long    Hours;            /* 190 restricted entry hours */
  668.     long    HourUnionFlags;        /* 194 */
  669.     long    HourAccess;        /* 198 groups which may Enter during Hours*/
  670.     long    Baud;            /* 202 minimum Baud rate to enter */
  671.     long    BaudHours;        /* 206 hours to enforce min baud rate */
  672.  
  673.     UBYTE    Gender;            /* 210 0 or 'M', 'F' */
  674.     UBYTE    AllowAliases;
  675.     short    Youngest;        /* 212 */
  676.     short    Oldest;            /* 214 */
  677.  
  678.     struct    IsDate    Sent;        /* 216 FIDO to track new messages */
  679.  
  680.     short    MDownBytes;        /* 222 % of download bytes to subtract */
  681.     short    NDownFiles;        /* 224 # of files to subtract per download */
  682.     short    MTimeCredit;        /* 226 % of time to give back for uploads */
  683.  
  684.     long    MinFreeBytes;    /* 228 to upload in this subboard */
  685.     short    SubSort;    /* 232 */
  686.     short    InactiveDays;    /* 234 */
  687.  
  688.     UBYTE    RealNames;    /* 236 use real names instead of Handles? */
  689.     UBYTE    Addressees;
  690.     UBYTE    Anonymous;
  691.     UBYTE    override;    /* 239 how to set the use defaults flags in
  692.                     newly uploaded items */
  693.  
  694.     UBYTE    Verification;    /* 240 */
  695.     UBYTE    DupCheck;
  696.     UBYTE    ShowUnvalidated;
  697.     UBYTE    NoMCI;
  698.  
  699.     UBYTE    PrivateArea;    /* 244 0/1 No/Yes ... 2==FORCE */
  700.     BYTE    SDownFiles;    /* Which download charge schedules? */
  701.     BYTE    SDownBytes;
  702.     UBYTE    TestImmediate;    /* test at upload time */
  703.  
  704.     UBYTE    TransImmediate;    /* 248 run script at upload time */
  705.     UBYTE    AutoAdopt;    /* Adopt Orphans at a-maint */
  706.     UBYTE    WeedResponses;    /* Use inactive days against indiv responses */
  707.     UBYTE    NoSignatures;
  708.  
  709.     UBYTE    NoReadCharges;    /* 252 opt to short circuit accounting system */
  710.     UBYTE    NoWriteCharges; /* 253 for reading/writing messages */
  711.  
  712.     long    Arcs;        /* 254 which Arcs in BBSARC are allowed uploaded*/
  713.  
  714.     short    UpRatioBytes;    /* 258 which set of file/byte ratios to use? */
  715.     short    UpChargeBytes;    /* 260 which set of charges to use?          */
  716.     short    UpRatioFiles;    /* 262 */
  717.     short    UpChargeFiles;    /* 264 */
  718.  
  719.     UBYTE    Invitation;    /* 266 */
  720.     UBYTE    UserMustJoin;
  721.     UBYTE    DeleteOwn;
  722.     UBYTE    Marker;        /* 0 = Base, 1 = UDBASE, &128 = Killed */
  723.  
  724.     long    Transforms;    /* 270 which BBSARCS to transform */
  725.  
  726.     char    NetPath[20];    /* 274 */
  727.     UBYTE    NetNumber;    /* 294 */ 
  728.  
  729.     UBYTE    Locked;        /* 295 Does AMAINT have a lock here? */
  730.  
  731.     UBYTE    unknown;    /* 296 */
  732.  
  733.     char    Transform[5];    /* 297 */
  734.  
  735.     UBYTE    QWKReplies;    /* 302 */
  736.     BYTE    SBaseUse;    /* 303  which BBSCHARGE rate to use? */
  737.     UBYTE    CarbonCopy;    /* 304 */
  738.  
  739.     UBYTE    unused_305;
  740.  
  741.     struct    IsDate LastUpload;
  742.     struct    IsDate LastMessage;
  743.  
  744.     short    Users;        /* how many people are in this sub
  745.                    REAL TIME (not # of members) */
  746.  
  747.     long    Created;    /* for membership determination */
  748.  
  749.     short    Parent;        /* pointers to other subboard #s */
  750.     short    Child;
  751.     short    Next;
  752.  
  753.     short    TimeLock;    /* 330 minutes online before available */
  754. };
  755.  
  756. /* LONG aligned.  Total length == 348 */
  757.  
  758. struct SerPort {
  759.     long    unit;        /* 0 */
  760.     long    flags;        /* 4 */
  761.  
  762.     short    idlebaud;    /* 8 */
  763.     short    escape;
  764.     short    answerpause;    /* 12 */
  765.     short    seconds;
  766.  
  767.     char    name[21];    /* 16 */
  768.     char    init1[61];
  769.     char    init2[61];
  770.     char    hangup[21];
  771.     char    dialout[21];
  772.     char    answer[21];
  773.     char    offhook[21];
  774.     char    terminal[50];
  775.     char    callerid[11];
  776.     char    ring[9];
  777.     char    connect[11];
  778.  
  779.     char    termlink[21];    /* 324 */
  780.  
  781.     UBYTE    other[2];
  782.  
  783.     UBYTE    null;        /* local terminal, no clear line */
  784. };
  785.  
  786. /* LONG aligned.  Total length == 20 */
  787.  
  788. struct    PortConfig {
  789.     UBYTE    online;
  790.     UBYTE    open;            /* 1==perm, 2==call only */
  791.  
  792.     UBYTE    check;            /* menus */
  793.     UBYTE    idle;            /* clock, SAG, SAM ? */
  794.  
  795.     short    not_used;
  796.  
  797.     UBYTE    bplanes;
  798.     UBYTE    lace;            /* 0=none, 1=24 line, 2=49 line */
  799.  
  800.     USHORT    sizes[8];        /* workbench window & zoom size */
  801. };
  802.  
  803. /* LONG aligned.  Total length==92 */
  804.  
  805. struct Privs {                /* each access group has one   */
  806.     long    MBaseFlags;        /* 580 */
  807.     long    FBaseFlags;        /* 584 Can user reach which subs ? */
  808.     long    LBaseFlags;        /* 588 Gfiles/Pfiles flags */
  809.  
  810.     ULONG    ABits;            /* 592 see bitdefs above */
  811.  
  812.     long    DailyDownBytes;        /* 596 */
  813.     long    DailyUpBytes;        /* 600 */
  814.     long    XFreeBytes;        /* 604 !!! NOT USED ANYMORE !!! */
  815.     long    XFreeFiles;        /* 608 SEE GLOBAL DEFAULT IN CONFIG1 */
  816.  
  817.     short    Calls;            /* 612 of these ... also each USER */
  818.     short    CallMinutes;        /* 614 */
  819.     short    DailyMinutes;        /* 616 */
  820.     short    DailyDownloads;        /* 618 per 24 hr DAY */
  821.     short    DailyUploads;        /* 620 same */
  822.     short    Messages;        /* 622 */
  823.     short    Feedbacks;        /* 624 */
  824.     short    EditorLines;        /* 626 */
  825.     short    Idle;            /* 628 */
  826.     short    MaxMailKBytes;        /* 630 before mail-receive is limited */
  827.     short    PurgeDays;        /* 632 */
  828.  
  829.     UBYTE    FileRatio;        /* 634 */
  830.     UBYTE    ByteRatio;
  831.     UBYTE    FileRatio2;
  832.     UBYTE    ByteRatio2;
  833.     UBYTE    FileRatio3;
  834.     UBYTE    ByteRatio3;
  835.  
  836.     ULONG    ABits2;            /* 640 now gives 64 flags! */
  837.  
  838.     short    SigLines;        /* 644 how many lines per signature */
  839.  
  840.     UBYTE    AllowAliases;        /* 646 new tri-state variables */
  841.     UBYTE    DeleteOwn;
  842.     UBYTE    Anonymous;
  843.     UBYTE    PrivateArea;
  844.  
  845.     short    DailyPfileMinutes;    /* 650 */
  846.     short    LogToMail;        /* account # to send log */
  847.  
  848.     long    LogFlags;        /* 654 */
  849.  
  850.     UBYTE    CallBack;        /* 658 Tri-state */
  851.  
  852.     char    exp[ 13 ];        /* 659 */
  853. };
  854.  
  855. struct AccessGroup {
  856.     char    Name[32];        /*   0 */
  857.     struct    Privs    DefPrivs;    /*  32 */
  858.     char    exp[ 32 ];        /* 124 */
  859. };
  860.  
  861. /* FILE: BBS.UKEYS3
  862.    Alpha "key" for sortable data.  Phone# for caller-id, Handle/RealName
  863.    for user addressing/mail/logon/etc.
  864. */
  865.  
  866. struct KeyElement3 {
  867.     long    IDNumber;
  868.     long    phone1, phone2;        /* data phone's area code & local # */
  869.     char    Handle   [21];
  870.     char    RealName [26];
  871.     UBYTE    PName;
  872. };
  873.  
  874. struct OldKeyElement {
  875.     char    Handle[22];        /* actual user handle */
  876.     short    HandleX;        /* account number where found */
  877. };
  878.  
  879. struct MarkType {
  880.     short    sub;            /* The new system can uniquely  */
  881.     long    ItemNumber;        /* identify a message with this */
  882.     long    Seek;            /* information.  Used for Z/ZG. */
  883.     long    Number;
  884. };
  885.  
  886. struct TransType {
  887.     struct    TransType *next;    /* linked list */
  888.  
  889.     long    lines;
  890.     long    bytes;
  891.  
  892.     UBYTE    **mm;            /* pointers to BBSMENU lines */
  893.     UBYTE    **bm;            /* pointers to BBSTEXT lines */
  894.     short    menustart[50];        /* */
  895.     short    menulen  [50];
  896. };
  897.  
  898. struct MainPort {            /* common, public to all ports */
  899.     struct    MsgPort mp;        /*   0 standard EXEC message port  */
  900.     char    portName[22];        /*  34 */
  901.  
  902.     char    LastOn[32];        /*  56 */
  903.  
  904.     long    Nums[5];        /*  88 # of accounts, etc */
  905.     long    SAG[2][72];        /* 108 activity graph    */
  906.     long    SAM[5][15];        /* activity monitor  */
  907.     struct    IsDate SAMDate[6];    /* */
  908.  
  909.     long    um[10];            /* for C programmer use.  You can */
  910.                     /* (typecast) them as you need to. */
  911.                     /* Initially at bootup == 0 */
  912.  
  913.     struct    Window        *PWindow;
  914.     struct    TransType    *FirstTT;
  915.     struct    NewSubboardType *Subboard;
  916.     struct    LinkPortData    *lport;    /* all-linked port users! */
  917.     struct    KeyElement3    *Key;    /* alpha order, etc. */
  918.     short    *IName;            /* Indexs into KeyElement3 array */
  919.     short    *IPhone;
  920.     char    *SubTitle;
  921.     char    **Noise;        /* Conference NOISE memory */
  922.     char    *NArg;            /* */
  923.  
  924.     long    ns;            /* number of subs in memory */
  925.     long    nNOISElines;
  926.     long    nNOISEbytes;
  927.     long    YankCount;
  928.     long    OpenPfiles;        /* */
  929.     long    AuxInUse;
  930.     long    ClickMaint;        /* can we use local mouse maint? */
  931.     long    Verbose;        /* do not redirect to NIL: for debug */
  932.  
  933.     long    s1;            /* version of CONTROL */
  934.     long    s2;            /* version of BBS */
  935.     long    s3;            /* serial number of owner */
  936.  
  937.     struct    BitMap  ClockBrush;    /* 40 bytes */
  938.     struct    SignalSemaphore SEM[19];    /* for critical secs. */
  939.     struct    AccessGroup     AGC[24];    /* BBS.ADATA stuff    */
  940.  
  941.     struct    Config1 gc;
  942.  
  943.     char    SysPassword[6][21];
  944.     char    IDQ[5];            /* */
  945.     UBYTE    firstload;        /* */
  946.  
  947.     long    getout;            /* set to auto-quit program */
  948.     long    Ports;            /* BITS for ports-on-line */
  949.  
  950. /* eventtually ... a linked list of PORTDATA structures */
  951.  
  952.     struct    PortConfig      pc[25];    /* For CONTROL, remembers things  */
  953.  
  954.     struct    UserData *PortUser[24]; /* pointers to each ports' UserData */
  955.     struct    PortData *PortZ   [24];    /* pointers to each port's PortData struct */
  956.     struct    RoomUser *CUser   [24];    /* pointers to ROOMUSER structs */
  957.     struct    Task     *MyTask  [24];    /* each port's task. For 'see you type' */
  958.     char    *PortDoing[24];        /* pointers to user-doing strings */
  959.     short    ActiveSub [24];        /* pointer to current subboard title */
  960.     short    PortID  [24];        /* Account#, 24 ports */
  961.     long    Hidden  [24],        /* BITS for hide 24x24 ports */
  962.         Muffled [24],        /* BITS for Muffle 24x24 ports */
  963.         Monitor [24],        /* Who's monitoring which ports */
  964.         ChatReq [24],        /* Who's requested chat with whom */
  965.         MySignal[24],
  966.         UserMonitor;        /* */
  967.  
  968.     UBYTE    Dumped    [24],        /* auto-kickoff flags, 24 ports */
  969.         OLMWaiting[24],        /* OLM waiting, 24 ports */
  970.         HideAll   [24],        /* Hidden from ALL? */
  971.         MuffAll   [24],        /* Muffling ALL? */
  972.         MonitorAll[24],        /* Monitoring ALL? */
  973.         OnLine    [24],        /* */
  974.         nPdepth   [24],        /* How many pfiles a port is running */
  975.         ChatCode  [24],        /* who's chatting with who */
  976.         WantToOpen[24];        /* */
  977.  
  978.     struct    Room     *CRoom   [24];    /* pointers to ROOM structures  */
  979. };
  980.  
  981. /* LONG Aligned, total length==672 */
  982.  
  983. struct UserData {            /* each user account */
  984.     long    IDNumber;        /* 0 unique (serial) ID # */
  985.     char    Handle[21];        /* 4 */
  986.     char    RealName[26];        /* 25 */
  987.     char    Address[31];        /* 51 */
  988.     char    CityState[31];        /* 82 */
  989.     char    ZipCode[11];        /* 113 */
  990.     char    Country[8];        /* 124 */
  991.     char    PhoneNo[17];        /* 132 Euro 8-7 format POSSIBLE!! */
  992.     char    PassWord[15];        /* 149 */
  993.     char    Comments[34];        /* 164 */
  994.     char    Macro[3][36];        /* 198 user's defined macro keys */
  995.     char    Organ[31];        /* 306 */
  996.     char    not_used[5];        /* 337 */
  997.  
  998.     struct    IsDate Birthdate;    /* 342 */
  999.     struct    IsDate FirstCall;    /* 348 */
  1000.     struct    IsDate LastCall;    /* 354 */
  1001.     struct    IsDate NewMailDate;    /* 360 */
  1002.     struct    IsDate ConnectDate;    /* 366 */
  1003.     struct    IsDate YankDate;    /* 372 */
  1004.  
  1005.     BYTE    Access;            /* 378 */
  1006.     BYTE    ExpireAccess;        /* 379 */
  1007.  
  1008.     short    PfileTimeToday;
  1009.  
  1010.     short    not_used2;
  1011.  
  1012.     BYTE    TextSet;        /* 384 which BBSTEXT/MENU translation */
  1013.     BYTE    TimeForm;
  1014.     BYTE    MoreMode;
  1015.     BYTE    LineFeeds;
  1016.     BYTE    ObsParanoia;
  1017.     BYTE    TimeZone;
  1018.     BYTE    Colors;            /* can user display ANSI colors? */
  1019.     BYTE    Tabs;            /* can user do ANSI tabs? */
  1020.     BYTE    ANSI;
  1021.     BYTE    Sex;
  1022.     BYTE    AutoMore;        /* More? and CLS between messages? */
  1023.     BYTE    TermType;
  1024.     BYTE    HelpLevel;        /* 396 */
  1025.     BYTE    CompType;
  1026.     BYTE    DefProtocol;
  1027.     BYTE    TermWidth;
  1028.     BYTE    TermLength;        /* 400 */
  1029.     BYTE    MailBoxOpen;        /* 401 */
  1030.     short    MailForward;        /* 402 */
  1031.  
  1032.     long     TotalCalls;        /* 404 */
  1033.     long    PubMessages;        /* 408 */
  1034.     long    PriMessages;        /* 412 */
  1035.     long    UpBytes;        /* 416 KILO bytes */
  1036.     long    UpFiles;        /* 420 */
  1037.     long    DownBytes;        /* 424 KILO bytes */
  1038.     long    DownFiles;        /* 428 */
  1039.  
  1040.     long    FileCredits;        /* 432 CREDITS used now! */
  1041.     long    ByteCredits;        /* 436 */
  1042.     long    TimeCredits;        /* 440 */
  1043.  
  1044.     long    Balance;        /* 444 */
  1045.     long    NetCredits;        /* 448 */
  1046.     long    DoorPoints;        /* 452 */
  1047.  
  1048.     long    DayUpBytes;        /* 456 */
  1049.     long    DayDownBytes;        /* 460 */
  1050.     short    DayUpFiles;        /* 464 */
  1051.     short    DayDownFiles;        /* 466 */
  1052.  
  1053.     short    CallsToday;        /* 468 */
  1054.     short     TimeToday;        /* 470 */
  1055.     short    LogonAttempts;        /* 472 */
  1056.  
  1057.     USHORT    BaudRate;        /* 474 */
  1058.     USHORT    HighBaud;        /* 476 */
  1059.  
  1060.     char    UUCP[11];        /* 478 */
  1061.  
  1062.     UBYTE    PName;            /* 489 flags, are these data     */
  1063.     UBYTE    PAge;            /* items to be kept private? */
  1064.     UBYTE    PAddress;        /* street address only */
  1065.     UBYTE    PVoice;            /* phone numbers */
  1066.     UBYTE    PData;
  1067.  
  1068.     char    Banner[43];        /* 494 */
  1069.  
  1070.     char    VoiceNo[17];        /* 537 Euro 8-7 format POSSIBLE!! */
  1071.  
  1072.     short    YankCount;        /* 554 */
  1073.  
  1074.     struct    IsDate ExpireDate;    /* 556 */
  1075.     struct    IsDate FNewDate;    /* 562 */
  1076.  
  1077.     char    more[7];        /* 568 reserved */
  1078.  
  1079.     UBYTE    YankCR;            /* 575 add CR's to yank text? */
  1080.     UBYTE    YankArc;        /* which archiver to use? */
  1081.     BYTE    DefEditor;        /* 577 */
  1082.     BYTE    AutoHide;
  1083.     BYTE    PrivsSet;        /* 579 */
  1084.     struct    Privs MyPrivs;        /* 580 THESE ACTUALLY USED, not AGC */
  1085. };
  1086.  
  1087. /* length == 296 */
  1088.  
  1089. struct MailHeader {            /* NEW 2.0 for mail, etc */
  1090.     struct    IsDate  Date;
  1091.     struct    IsDate    EDate;        /* for EXPIRATION setting */
  1092.     short    EDays;
  1093.     char    Subject [81];        /* Ahh, nice and roomy */
  1094.     char    From    [27];
  1095.  
  1096.     long    Number;
  1097.  
  1098.     short    ByAccount;
  1099.     long    ByID;
  1100.  
  1101.     char    To    [28];        /* originals, if was Sent/forwarded */
  1102.     long    ToID;
  1103.     short    ToAccount;
  1104.  
  1105.     UBYTE    Receipt;        /* return-receipt ?? */
  1106.     UBYTE    Return;            /* return original message?? */
  1107.  
  1108.     UBYTE    HasOriginal;        /* is original attached to this one? */
  1109.     UBYTE    File;            /* for File Mail */
  1110.     UBYTE    Anonymous;        /* From an anonymous user? */
  1111.  
  1112.     char    Route    [41];        /* for Bulk Mail, list of recips */
  1113.     short    Recipients;        /* number of recipients ... */
  1114.     UBYTE    Party;            /* Allow party responses? */
  1115.  
  1116.     long    Length;
  1117.     long    CheckSum;        /* must be 0 */
  1118.  
  1119.     long    Item;            /* if this message is repeated */
  1120.     long    Seek;            /* somewhere on the system     */
  1121.     short    Base;            /* this tells where !!!        */
  1122.  
  1123.     char    NetAddress[55];        /* may be shortened */
  1124.  
  1125.     UBYTE    NoEdits;
  1126.  
  1127.     struct    IsDate  ShowDate;
  1128. };
  1129.  
  1130. /* LONG aligned.  Length==172 */
  1131.  
  1132. struct Subdirectory {
  1133.     long    SubOpIDs [10];
  1134.     short    SubOpAccs[10];
  1135.  
  1136.     long    Access;
  1137.     long    UnionFlags;
  1138.  
  1139.     long    Hours;
  1140.     long    HourUnionFlags;
  1141.     long    HourAccess;
  1142.  
  1143.     long    Baud;
  1144.     long    BaudHours;
  1145.  
  1146.     short    Youngest;
  1147.     short    Oldest;
  1148.  
  1149. /* when the Download command is used on a Gfile */
  1150.  
  1151.     short    NDownFiles;    /* # of download files to subtract */
  1152.     BYTE    SDownFiles;    /* Which download charge schedules? */
  1153.     BYTE    SDownBytes;
  1154.  
  1155. /* per-usage charge schedules from BBSCHARGESX.A files */
  1156.  
  1157.     long    unused;
  1158.  
  1159.     UBYTE    Gender;        /* 0 or 1, 2 */
  1160.     UBYTE    SBaseUse;    /* accounting schedule for this area */
  1161.     UBYTE    Closed;
  1162.  
  1163.     UBYTE    exp[61];
  1164.  
  1165.     long    ComputerTypes;
  1166.  
  1167.     short    TimeLock;    /* minutes online before available */
  1168.     short    MDownBytes;    /* % of download Bytes to subtract */
  1169. };
  1170.  
  1171. struct ListItem {
  1172.     short    Version;        /* should be 225 */
  1173.     char    Path       [54];    /*   2 */
  1174.     char    Description[64];    /*  56 */
  1175.     char    Arguments  [64];    /* 120 */
  1176.  
  1177.     long    Access;            /* 184 */
  1178.     long    UnionFlags;        /* 188 */
  1179.  
  1180.     struct    IsDate Date;        /* 192 */
  1181.  
  1182.     short    SCharge;        /* 198 accounting use-of-item charge */
  1183.  
  1184.     UBYTE    Subdirectory;        /* 200 */
  1185.     UBYTE    AuxFlags;        /* 201 */
  1186.     UBYTE    ReadFlags;        /* internal only */
  1187.     UBYTE    Environ;
  1188.  
  1189.     UBYTE    DailyPfileTime;        /* 204 subtract from daily pfile time? */
  1190.     UBYTE    Disabled;        /* 205 */
  1191.     UBYTE    Type;            /* 206 not really used yet */
  1192.     UBYTE    PurgeKill;        /* 207 Delete item when purged? */
  1193.  
  1194.     UBYTE    Expansion[14];        /* 208 */
  1195.  
  1196.     struct    IsDate PurgeDate;    /* 222 */
  1197. };
  1198.  
  1199. /* Length== 176 */
  1200.  
  1201. struct OldListItem {
  1202.     char    Path       [51];    /* 0 */
  1203.     char    Description[61];    /* 51 */
  1204.     char    Arguments  [20];
  1205.  
  1206.     struct    IsDate Date;        /* 132 */
  1207.  
  1208.     long    Access;            /* 138 un-al */
  1209.  
  1210.     UBYTE    Subdirectory;        /* 142 */
  1211.     UBYTE    DaysToKeep;
  1212.     UBYTE    ReadFlags;        /* internal only */
  1213.     UBYTE    Environ;
  1214.  
  1215.     short    SCharge;        /* 146 override a subdir schedule */
  1216.  
  1217.     long    UnionFlags;
  1218.  
  1219.     UBYTE    DailyPfileTime;        /* subtract from daily pfile time? */
  1220.  
  1221.     UBYTE    Expansion[23];        /* 148 */
  1222. };
  1223.  
  1224. /* LONG aligned.  Length==48 */
  1225.  
  1226. struct CPort {                /* setup when a C pfile is ran */
  1227.     struct    MsgPort  mport;        /* 0 */
  1228.     short    align;
  1229.     struct    MainPort *myp;        /* 36 pointer to MainPort */
  1230.     struct    PortData *zp;        /* 40 pointer to my PortData */
  1231.  
  1232.     UBYTE    ack;            /* 44 tell CNet we've arrived */
  1233.     UBYTE    align2[3];
  1234. };
  1235.  
  1236. /* LONG aligned.  Length==44 */
  1237.  
  1238. struct CMessage {            /* passed between C pfile and C-Net */
  1239.     struct    Message cn_Message;    /* 0 communication stuff */
  1240.     ULONG    arg1;            /* 20 */
  1241.     ULONG    arg2;
  1242.     ULONG    arg3;
  1243.     ULONG    arg4;
  1244.     ULONG    result;
  1245.     UBYTE    command;        /* 40 which command? see programming doc */
  1246.     UBYTE    align[3];
  1247. };
  1248.  
  1249. /* all LONG's 4 byte aligned */
  1250.  
  1251. struct PortData {            /* each opened ports global vars */
  1252.     struct    IsDate    Today;        /* 0 what time is it right now? */
  1253.     struct    IsDate    VConnectDate;    /* 6 Virtual connect...eg 12am */
  1254.  
  1255.     short    id,            /* 12 current user1 account # */
  1256.         InPort,            /* 14 which port are we in??  */
  1257.         Age,            /* 16 how old am I ? */
  1258.         CurrentCPS,        /* 18 CPS rate.  240 == 2400 baud */
  1259.         OnType,            /* 20 type of logon  */
  1260.         OffType,        /* 22 */
  1261.         CallMessages,        /* 24 */
  1262.         CallFeedbacks,        /* 26 */
  1263.         TimeLeft,        /* 28 TENTHS of minutes left */
  1264.         TimeIdle,        /* 30 TENTHS of minutes without activity */
  1265.         TimeOnLine,        /* 32 TENTHS of minutes since logon */
  1266.         TimeCredit,        /* 34 TENTHS awarded for uploads, etc */
  1267.         LastTSR,        /* 36 */
  1268.         Carrier;        /* 38 Is there a carrier or Local? */
  1269.  
  1270.     char    *AName;            /* 40 ptr to access group name */
  1271.     long    SysMaint,        /* 44 */
  1272.         LocalTime,        /* 48 current area sur-time minutes */
  1273.         LocalCharge,        /* 52 current area sur-charge per minute */
  1274.         LastTime,        /* 56 */
  1275.         ServLen,        /* 60 seconds in-between Service() calls */
  1276.         Caller;            /* 64 which caller am I? */
  1277.  
  1278.     struct    UserData    user1,    /* 68 */
  1279.                 user2;    /* 740 actual user structs */
  1280.  
  1281.     short    MyMail;            /* 1412 counters for user currently online */
  1282.     short    MyNewMail;        /* 1414 */
  1283.     short    bn;            /* 1416 current sub # */
  1284.  
  1285.     char    CallerID [18];        /* 1418 Received from Supra, prev connect */
  1286.     short    CIDmatch [ 8];        /* Accounts which MATCH, [0] will be current user  */
  1287.  
  1288.     UBYTE    expansion[18];        /* 1436 */
  1289.  
  1290.     UBYTE    PAccess,        /* 1470 */
  1291.         RAccess,
  1292.         DAccess,
  1293.         UAccess;
  1294.  
  1295.     struct    NewSubboardType Subboard0; /* 1474 */
  1296.  
  1297.     long    uz[10];            /* 1806 for C programmer use.  You can */
  1298.                     /* (typecast) them as you need to */
  1299.  
  1300.     struct    Task        *ThisTask;
  1301.     struct    MainPort    *cnp;
  1302.  
  1303.     struct    Window        *Window, *CWindow, *SWindow, *TWindow,
  1304.                 *TTWindow, *WBWindow;
  1305.     struct    Screen        *Screen;
  1306.     struct    RastPort    *wrp, *trp;
  1307.     struct    TextFont    *BlueFont,
  1308.                 *StandardFont;
  1309.     struct    IOStdReq     *UTReq, *ServReq, *PrintReq, *ConReq;
  1310.     struct    IOExtSer    *SerRdReq, *SerWrReq, *SerIOReq;
  1311.     struct    MsgPort        *SerRdPort,*SerWrPort,*SerIOPort, *ConPort,
  1312.                 *UTPort,   *ServPort, *PrintPort, *cpreplyp;
  1313.  
  1314.     struct    FileInfoBlock    *fib;    /* for reading directories */
  1315.     struct    InfoData    *IData;    /* for getting free disk space, etc */
  1316.     struct    ItemType3       *Item;
  1317.     struct    MessageType3    *Message;
  1318.     struct    BaseUser    *buser;
  1319.     struct    SelectType      *Select;
  1320.     struct    BaseUser    *brec;
  1321.     struct    SelectType    *Upload;
  1322.     struct    ListItem        *fpt;
  1323.     struct    ItemHeader    **ih, *ihead;
  1324.     struct    ItemType3    **ip;
  1325.     char    **EdBuffer;        /* pointers to editor lines.*/
  1326.     char    *EdBase;        /* pointer to editor memory */
  1327.     UBYTE    *CR;            /* Is there a Carriage Return? ea line*/
  1328.     char    **mm;            /* pointers to bbsmenu lines */
  1329.     char    **bm;            /* pointers to bbstext lines */
  1330.     short    *menustart;
  1331.     short    *menulen;
  1332.  
  1333.     long    plsize, nplanes;    /* SkyStuff Stuff */
  1334.     short    skyxpen, skyypen;
  1335.     PLANEPTR planePtr;
  1336.     struct    TmpRas        tmpRas;
  1337.     struct    BitMap      SkyBrush;
  1338.  
  1339.     long    FullMaint;
  1340.  
  1341.     long    numWE;            /* window-edit, current number */
  1342.     long    WWidth;        /* 80 */
  1343.     long    WLength;    /* 24 */
  1344.     long    WLeft;        /* def   0 */
  1345.     long    WRight;        /* def 639 */
  1346.     long    WTop;        /* def  11 */
  1347.     long    WBottom;    /* def YMAX */
  1348.  
  1349.     short    xc,            /* x coord, cursor pos */
  1350.         yc,            /* y coord */
  1351.         sxc,            /* storage for ANSI [s, [t */
  1352.         syc,
  1353.         YMAX,            /* max y value */
  1354.         CurrentMouseX,
  1355.         CurrentMouseY,
  1356.         countWE;        /* window-edit, # characters */
  1357.  
  1358.     short    IsHalfScreen;
  1359.     short    TermLength;
  1360.  
  1361.     short    SWidth;
  1362.     short    SHeight;
  1363.     short    DWidth;
  1364.     UBYTE    io_bad;
  1365.     UBYTE    io_status;        /* debugging Supra hangs */
  1366.  
  1367.     char    Title[80];        /* Screen/Window */
  1368.     short    Depth;
  1369.     short    DHeight;
  1370.  
  1371.     short    TextSet;        /* 0==use system-wide text/menu */
  1372.     short    npitems;        /* number of items parsed */
  1373.     char    pitem[8][61];        /* last input parsed list */
  1374.  
  1375.     long    txline;            /* number of lines in ed buffer */
  1376.     char    GBuffer[16][81];    /* General purpose 2-D text buffer */
  1377.     UBYTE    GCR[16];
  1378.  
  1379.     ULONG    WaitFlags,
  1380.         SERVICE_MASK,
  1381.         RAWKEY_MASK;
  1382.  
  1383.     short    ACC[80],        /* accounting table currently in use */
  1384.         nowCharge;        /* schedule now in memory            */
  1385.  
  1386.     long    CTC[80];        /* users account, 62 items, Cost of This Call */
  1387.  
  1388.     short    sorder[240];        /* max subboards per subdir is 240 */
  1389.  
  1390.     char    *LastError;        /* for file transfer WHY command */
  1391.  
  1392.     char    RexxObject  [100],
  1393.         KBuff       [256],    /* keyboard buffer! */
  1394.         ABuffer     [256],    /* workspace */
  1395.         InBuffer    [256],    /* after a line input */
  1396.         FileNote    [364],
  1397.         Doing         [48],
  1398.         SPrompt     [128],    /* subboard prompt */
  1399.         LPrompt     [128],    /* G/P/N list prompt */
  1400.         diskloc      [80],
  1401.         ldiskloc     [80],    /* diskloc for P/G/N */
  1402.         myloc        [80],
  1403.         LastSubject  [84],    /* for Read-Mail */
  1404.         filename    [116],
  1405.         ListArea     [40],
  1406.         rsearch      [64],
  1407.         myfile       [54],
  1408.         dirname      [32],
  1409.         CStack       [80],    /* Command stacking */
  1410.         ChatMsg      [84],    /* current chat message */
  1411.         sbuff        [48],
  1412.         outbuffer    [84],
  1413.         ansiout      [80],
  1414.         dbuffer      [84],
  1415.         ConnectCode  [84],
  1416.         ChatBuff     [84],
  1417.         APrint       [36],    /* for PrintAccess */
  1418.         PName     [3][32],
  1419.         home         [36],
  1420.         qwk_to       [28],
  1421.         qwk_subject  [28],
  1422.         BackBuff [10][80],    /* last 10 commands executed */
  1423.         Pathx     [8][64];    /* g/p/n subdir history */
  1424.  
  1425.     long    bbnum;            /* pointer into D-Q */
  1426.  
  1427.     long    warn1;
  1428.  
  1429.     long    TotalCTC;        /* TOTAL Cost of this Call (cents?)*/
  1430.  
  1431.     short    bz,        /* # of subs on current List */
  1432.         dz,        /* how deep in the tree are we? */
  1433.         br,        /* item last used */
  1434.         rn,        /* how many items, current list */
  1435.  
  1436.         nl,        /* number on g/p/n list */
  1437.         allin,        /* Are all items in memory? */
  1438.         VTimeOnLine,    /* may reset at midnight */
  1439.         PTimeOnLine,    /* in-current-pfile time counter */
  1440.  
  1441.         mx,        /* highest item NOT killed */
  1442.         listn,        /* current list subboard pointer */
  1443.         parent0,
  1444.         gpos,        /* for global commands, last command # */
  1445.  
  1446.         nsubs,        /* tracks # subs accessed in a Global cmd */
  1447.         LinkPort;
  1448.  
  1449.     long    TermLinkBaud;
  1450.  
  1451.     long    nm,        /* were once SHORTS...moved here to*/
  1452.         rs,        /* avoid conflicts with 32767 max  */
  1453.         cpos,
  1454.         mstart,
  1455.         mend,
  1456.         new_i,        /* responses/item or per subboard  */
  1457.         new_n,
  1458.         new_f,
  1459.         new_p,
  1460.         new_ri,
  1461.         t_new_i,    /* total new items */
  1462.         t_new_n,    /* total new messages to you */
  1463.         t_new_f,    /* total new files */
  1464.         t_new_p,    /* total new posts */
  1465.         t_new_ri;    /* total new response items */
  1466.  
  1467.     short    AParams,
  1468.         AParam[17];
  1469.  
  1470.     UBYTE    qwk;
  1471.     UBYTE    ylharc;
  1472.     UBYTE    yaddcr;
  1473.     UBYTE    ylocal;
  1474.  
  1475.     short    zmatches;
  1476.     UBYTE    zheader;
  1477.     UBYTE    readnew;
  1478.  
  1479.     long    nsets,
  1480.         rset,
  1481.         rcount,
  1482.         rtotal,
  1483.         set[10][2];
  1484.  
  1485.     UBYTE    SubType,        /* ==1 if in Direct Exchange */
  1486.         resetIP,        /* flag, must re-order item pointers */
  1487.         atbase,
  1488.         TermLink,
  1489.  
  1490.         rtome,
  1491.         rfree,
  1492.         rfavorite,
  1493.         runval,
  1494.  
  1495.         rprivate,
  1496.         rreverse,
  1497.         rbrandnew,
  1498.         rnresponse,
  1499.  
  1500.         rpass,
  1501.         rsince,
  1502.         rnew,
  1503.         rglobal,
  1504.  
  1505.         rdeftype,
  1506.         rchron,
  1507.         rbyme,
  1508.         runtil,
  1509.  
  1510.         rjustposts,
  1511.         rpreview,
  1512.         rbanner,
  1513.         rjustfiles;
  1514.  
  1515.     struct    IsDate    rdate,
  1516.             udate;
  1517.  
  1518.     short    pos,
  1519.         num,
  1520.         maint,        /* sysop or subop, current subboard? */
  1521.         NoSelected,    /* number of items in Select List */
  1522.         NoUploaded,
  1523.         ModelType;        /* Controls .M in editor.  */
  1524.  
  1525.     long    nparts, parts[10][2],        /* editor stuff */
  1526.         inlen, edlength, tline, bit_mci;
  1527.     short    times, repmode, MaxLines, WScroll;
  1528.  
  1529.     long    warn2;
  1530.  
  1531.     char    keyin,
  1532.         edall,            /* allow enterline all chars */
  1533.         serbuffer[2];
  1534.  
  1535.     UBYTE    mode,
  1536.         ZAlternate,
  1537.         PendEvent,        /* execute BBSEVENT at logoff */
  1538.         TrapDoor,
  1539.  
  1540.         AtPrompt,
  1541.         InShell,
  1542.         donormal,
  1543.         dtr,        /* modem device OPENED and ready */
  1544.  
  1545.         sread,        /* read request pending ... */
  1546.         modem,        /* modem exists ... allows BBSPORT0 */
  1547.         mio,        /* modem IO allowed */
  1548.         isud,        /* when in base, is UD, not BASE */
  1549.  
  1550.         MaxColors,        /* # of colors on screen */
  1551.         FlagCH,
  1552.         FlagED,
  1553.         Gflag,
  1554.  
  1555.         ConfMode,        /* Are we in conference? */
  1556.         column,
  1557.         KB1,            /* DeQueue pointers */
  1558.         KB2,
  1559.  
  1560.         KB3,            /* what inter-user chat sees */
  1561.         CursorStatus,        /* is cursor on? */
  1562.         AbortFlags,
  1563.         HourNow,
  1564.  
  1565.         LastHour,
  1566.         Indent,
  1567.         InANSI,
  1568.         GETarg,
  1569.  
  1570.         CMDarg,
  1571.         LocalMode,        /* BOOLS .. In Local Mode ? */
  1572.         noflowcontrol,
  1573.         AtWaitScreen,        /* Are we at IDLE? */
  1574.  
  1575.         InMCI,
  1576.         DoQuick,        /* ! at last input ? */
  1577.         AutoLogon,
  1578.         TermOn,            /* in terminal? */
  1579.  
  1580.         ANSIon,            /* can we type ansi? (ESC) */
  1581.         PrintFlags,        /* space or ^C pressed */
  1582.         CountUp,
  1583.         InputFlags,
  1584.  
  1585.         Relogon,
  1586.         Logoff,
  1587.         NewScanBROWSE,        /* BROWSE at logon scan for new? */
  1588.         DoRetype,
  1589.  
  1590.         WWrap,
  1591.         DoubleBuffer,
  1592.         MoreRow,
  1593.         MoreAtRow,
  1594.  
  1595.         WScreen,
  1596.         InTransfer,
  1597.         NoMCI,
  1598.         FreezeTime,
  1599.  
  1600.         kolorific,
  1601.         mciflash,        /* actually, bold */
  1602.         mciscore,
  1603.         mcireverse,
  1604.  
  1605.         intense,        /* color greater than 7? */
  1606.         mciprint,
  1607.         mcispeed,
  1608.         mcicolor,        /* the requested MCI color 0-7 */
  1609.  
  1610.         pencolor,        /* actual screen pencolor */
  1611.         mcinoabort,
  1612.         backcolor,        /* background color */
  1613.         mciback,
  1614.  
  1615.         MCIenv,            /* current MCI environ flags */
  1616.         MCIdefenv,
  1617.         MRinuse,
  1618.         OffLine,        /* skip answering the phone?? */
  1619.  
  1620.         cminute, 
  1621.         chour,
  1622.         FNewSave,        /* flag: update FNewDate at logoff */
  1623.         intab;            /* for LoadLine() */
  1624.  
  1625.     char    mcitest,        /* MCI stuff */
  1626.         EditorOn,        /* is editor on? */
  1627.         var5,
  1628.         ScreenWidth;
  1629.  
  1630.     long    warn3;
  1631.  
  1632.     long    swrite, LogoffFlag;    /* file transfer stuff */
  1633.     long    ResumeSize;
  1634.     short    ResumeNumber, StartUpTime;
  1635.  
  1636.     short    protonum;
  1637.     char    protobyte;
  1638.     char    edbuff;            /*  1 saved new text
  1639.                         0 saved empty buffer
  1640.                        -1 aborted
  1641.                     */
  1642.  
  1643. /* If you use QuoteType=2, you MUST set the following three variables.
  1644.    Note that QuoteFrom and QuoteDate are POINTERS ... do NOT copy into
  1645.    them!
  1646. */
  1647.     char    *QuoteFrom;        /* Who are we quoting? */
  1648.     struct    IsDate *QuoteDate;    /* When was that message written? */
  1649.     long    QuoteEnd;        /* LAST BYTE position in file */
  1650.                     /* Quoter will stop automatically
  1651.                        if ^Z occurs first */
  1652.     UBYTE    qwk_anonymous;
  1653.     UBYTE    qwk_private;
  1654.     short    xfercount;
  1655.  
  1656.     long    XferTime;
  1657.     long    LastCPS, cpsavecount;
  1658.     long    cpsavesum, LastXTime, StartByte, LastByte;
  1659.  
  1660.     short    ARunCount;        /* depth of AREXX pfiles */
  1661.     short    CRunCount;        /* depth of C pfiles */
  1662.     char    CSpawn[84];
  1663.  
  1664.     long    TrapBaud;
  1665.     long    TrapLock;
  1666.  
  1667.     UBYTE    QuoteType;        /* 0==Mail, 1==Message base
  1668.                        2==User defined.  See QuoteFrom,
  1669.                           QuoteDate, etc., above */
  1670.     char    QuotePath[103];        /* MESSAGE QUOTING in editor. */
  1671.                     /* SETTING this ENABLES quoting.
  1672.                        Remember to clear this after
  1673.                        you use it. */
  1674.     long    QuoteSeek;        /* What's the starting byte pos? */
  1675.  
  1676.     short    imode;        /* editor.  Insert mode?  If yes, which line*/
  1677.     short    iline;
  1678.  
  1679.     long    abort;
  1680.  
  1681.     short    UrgentMail1;
  1682.     char    ExtTransfer;
  1683.     char    ExtProtocol;
  1684.  
  1685.     long    ExtMinFree;
  1686.  
  1687.     long    ALogon;
  1688.     long    BLogon;
  1689.     long    ATransfer;
  1690.     long    BDownload;
  1691.     long    BUpload;
  1692.     long    APfiles;
  1693.     long    BCharge;
  1694.     long    hiCharge;
  1695.     long    loCharge;
  1696.     long    EventFlags;
  1697.  
  1698.     long    warn4;
  1699.  
  1700.     long    TimeTilCutoff,
  1701.         TimeTilEvent,        /* TENTHS of minutes until next event */
  1702.         NextEvent;        /* minute time of next event */
  1703.  
  1704.     long    SERIAL_MASK,
  1705.         UTILITY_MASK;
  1706.  
  1707.     APTR    mya4;            /* pointer to global data reg */
  1708.     char    protoenv[80];
  1709.     void    (*doxx)( void );
  1710.     ULONG    xxsig;
  1711.     struct    Task *xxtask;
  1712.  
  1713.     char    *xpr_filename;
  1714.     long    (* __asm xpr_sread)(
  1715.         register __a0 char *buffer,
  1716.         register __d0 long size,
  1717.         register __d1 long timeout,
  1718.         register __a2 APTR data );
  1719.     long    (* __asm xpr_swrite)(
  1720.         register __a0 char *buffer,
  1721.         register __d0 long size,
  1722.         register __a2 APTR data );
  1723.     long    (* __asm xpr_update)(
  1724.         register __a0 struct XPR_UPDATE *updatestruct,
  1725.         register __a2 APTR data );
  1726.     long    (* __asm xpr_sflush)(
  1727.         register __a2 APTR data );
  1728.     long    (* __asm xpr_ffirst)(
  1729.         register __a0 char *buffer,
  1730.         register __a1 char *pattern,
  1731.         register __a2 APTR data );
  1732.     long    (* __asm xpr_fnext)(
  1733.         register __d0 long oldstate,
  1734.         register __a0 char *buffer,
  1735.         register __a1 char *pattern,
  1736.         register __a2 APTR data );
  1737.     long    (* __asm xpr_chkabort)(
  1738.         register __a2 APTR data );
  1739.  
  1740.     struct    MsgPort *rexxPort;
  1741.     long    rexxPortBit;
  1742.     char    *extension;
  1743.     struct    rexxCommandList *globalrcl;
  1744.  
  1745.     short    callback;        /* enable AUTOCALLBACK @ LOGON */
  1746.     short    avalid;            /* which avalid set to use */
  1747.  
  1748.     long    LastOffEvent;        /* Time of last OFFLINE BBSEVENT */
  1749.  
  1750.     long    SAMNow[20];        /* users 'Last' SAM column */
  1751.  
  1752.     struct    CMessage    cpmess;
  1753.     struct    SerPort        sp;    /* BBSPORT data. see above struct */
  1754.     struct    BaseUser    xbrec;
  1755.     struct    ItemType3    Item0;
  1756.     struct    ItemHeader    ihead0;
  1757.     struct    HeaderType    Header0, LastHeader;
  1758.     struct    MailHeader    Mail0;
  1759.     struct    SelectType    Select0;
  1760.     struct    MessageType3    Message0;
  1761.     struct    Subdirectory    sub;
  1762.  
  1763.     short    Monitored;        /* 128 + port number if monitored. */
  1764.     short    ModelEnable;        /* Controls .M in editor.  */
  1765.  
  1766.     BPTR    MCIfile;
  1767.  
  1768.     long    mcilabel;
  1769.     long    nlabels;
  1770.     long    mlabel[20];
  1771.     long    mfseek[20];
  1772.  
  1773.     long    MCInreg[10];
  1774.     char    MCIcreg[ 5][100];
  1775.  
  1776.     BPTR    sf;            /* for _short scan */
  1777.     long    sfin;
  1778.  
  1779.     long    VoteItem;        /* which vote? -1==New */
  1780.     char    *VotePath;        /* for Vote in Any Area! */
  1781.  
  1782.     ULONG    DOIO_MASK;
  1783.     struct    IOStdReq     *DoReq;
  1784.     struct    MsgPort        *DoPort;
  1785. };
  1786.  
  1787. struct FidoNet {
  1788.     char from[36];
  1789.     char to  [36];
  1790.     char subject [72];
  1791.     char dateline[20];
  1792.     USHORT time;
  1793.     USHORT destnode;
  1794.     USHORT orignode;
  1795.     USHORT cost;
  1796.     USHORT orignet;
  1797.     USHORT destnet;
  1798.     USHORT destzone;
  1799.     USHORT orignzone;
  1800.     USHORT destpoint;
  1801.     USHORT orignpoint;
  1802.     USHORT replyto;
  1803.     USHORT attribute;
  1804.     USHORT nextrply;
  1805. };
  1806.